home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / samples / Multimedia / Misc / DXErr / DXErr.rc < prev    next >
Text File  |  2001-10-08  |  4KB  |  133 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""afxres.rc""         // Standard components\r\n"
  54.     "#endif\0"
  55. END
  56.  
  57. #endif    // APSTUDIO_INVOKED
  58.  
  59.  
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Icon
  63. //
  64.  
  65. // Icon with lowest ID value placed first to ensure application icon
  66. // remains consistent on all systems.
  67. IDR_MAINFRAME           ICON    DISCARDABLE     "directx.ico"
  68.  
  69. /////////////////////////////////////////////////////////////////////////////
  70. //
  71. // Dialog
  72. //
  73.  
  74. IDD_MAIN DIALOG DISCARDABLE  0, 0, 240, 126
  75. STYLE DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | 
  76.     WS_CAPTION | WS_SYSMENU
  77. CAPTION "DirectX Error Lookup"
  78. FONT 8, "MS Shell Dlg"
  79. BEGIN
  80.     LTEXT           "&Value (in hex):",IDC_STATIC,7,9,46,8
  81.     EDITTEXT        IDC_VALUE,55,7,109,12,ES_AUTOHSCROLL
  82.     LTEXT           "Error Message:",IDC_STATIC,7,25,48,8
  83.     EDITTEXT        IDC_MESSAGE,7,36,226,63,ES_MULTILINE | ES_AUTOVSCROLL | 
  84.                     ES_READONLY | WS_VSCROLL
  85.     DEFPUSHBUTTON   "&Look Up",IDC_LOOKUP,7,104,50,14
  86.     PUSHBUTTON      "E&xit",IDCANCEL,183,104,50,14
  87. END
  88.  
  89.  
  90. /////////////////////////////////////////////////////////////////////////////
  91. //
  92. // DESIGNINFO
  93. //
  94.  
  95. #ifdef APSTUDIO_INVOKED
  96. GUIDELINES DESIGNINFO DISCARDABLE 
  97. BEGIN
  98.     IDD_MAIN, DIALOG
  99.     BEGIN
  100.         LEFTMARGIN, 7
  101.         RIGHTMARGIN, 233
  102.         TOPMARGIN, 7
  103.         BOTTOMMARGIN, 118
  104.     END
  105. END
  106. #endif    // APSTUDIO_INVOKED
  107.  
  108. #endif    // English (U.S.) resources
  109. /////////////////////////////////////////////////////////////////////////////
  110.  
  111.  
  112.  
  113. #ifndef APSTUDIO_INVOKED
  114. /////////////////////////////////////////////////////////////////////////////
  115. //
  116. // Generated from the TEXTINCLUDE 3 resource.
  117. //
  118. #define _AFX_NO_SPLITTER_RESOURCES
  119. #define _AFX_NO_OLE_RESOURCES
  120. #define _AFX_NO_TRACKER_RESOURCES
  121. #define _AFX_NO_PROPERTY_RESOURCES
  122.  
  123. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  124. #ifdef _WIN32
  125. LANGUAGE 9, 1
  126. #pragma code_page(1252)
  127. #endif
  128. #include "afxres.rc"         // Standard components
  129. #endif
  130. /////////////////////////////////////////////////////////////////////////////
  131. #endif    // not APSTUDIO_INVOKED
  132.  
  133.